home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / fadas.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-07-06  |  120 b   |  8 lines

  1. on(press){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.swapDepths(_root.d++);
  5.       this.startDrag();
  6.    }
  7. }
  8.